1 <#@ template inherits="Microsoft.VisualStudio.TextTemplating.VSHost.ModelingTextTransformation" #>
2 <#@ output extension=".txt" #>
3 <#@ Language1 processor="Language1DirectiveProcessor" requires="fileName='Sample.mydsl1'" #>
5 Generated material. Generating code in C#.
8 // When you change the DSL Definition, some of the code below may not work.
10 foreach (ExampleElement element in this.ExampleModel.Elements)